From 3773da38628d5c8d12a3a5c53cf1932115242c7e Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Fri, 13 Jan 2006 14:19:30 -0600 Subject: [PATCH] Remove annoying #warning when compiling with CONFIG_XEN_SMP --- xen/include/asm-ia64/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index 74ee48ac0f..3ffeb9bd6c 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -121,7 +121,7 @@ extern char _end[]; /* standard ELF symbol */ // from include/asm-ia64/smp.h #ifdef CONFIG_SMP -#warning "Lots of things to fix to enable CONFIG_SMP!" +//#warning "Lots of things to fix to enable CONFIG_SMP!" #endif #define get_cpu() smp_processor_id() #define put_cpu() do {} while(0) -- 2.30.2